Platform Explorer / Nuxeo Platform 5.8

Contribution studio.extensions.template-module-demo--schema

This contribution is part of XML component studio.extensions.template-module-demo inside nuxeo-template-rendering-samples-5.8.jar

Extension Point

Extension point schema of component TypeService.

Contributed Items

  • <schema name="customer_reference" prefix="cr" src="data/schemas/customer_reference.xsd"/>
  • <schema name="InterventionStatement" prefix="is" src="data/schemas/InterventionStatement.xsd"/>

XML Source

<extension point="schema" target="org.nuxeo.ecm.core.schema.TypeService">
    <schema name="customer_reference" prefix="cr" src="data/schemas/customer_reference.xsd"/>
    <schema name="InterventionStatement" prefix="is" src="data/schemas/InterventionStatement.xsd"/>
  </extension>